home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / deepburner / DeepBurner1.exe / DeepBurner.exe / 0 / RCDATA / TDECODEPROGRESSFORM / TDECODEPROGRESSFORM.txt
Text File  |  2006-03-23  |  2KB  |  104 lines

  1. object DecodeProgressForm: TDecodeProgressForm
  2.   Left = 250
  3.   Top = 158
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Decoding...'
  6.   ClientHeight = 118
  7.   ClientWidth = 392
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object TotalLabel: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 3
  24.     Height = 13
  25.   end
  26.   object CurrentTrackLabel: TLabel
  27.     Left = 8
  28.     Top = 40
  29.     Width = 3
  30.     Height = 13
  31.   end
  32.   object Bevel1: TBevel
  33.     Left = 8
  34.     Top = 64
  35.     Width = 377
  36.     Height = 14
  37.     Shape = bsBottomLine
  38.   end
  39.   object TotalProgressBar: TProgressBar
  40.     Left = 8
  41.     Top = 24
  42.     Width = 377
  43.     Height = 10
  44.     Min = 0
  45.     Max = 100
  46.     TabOrder = 0
  47.   end
  48.   object CurrentTrackProgressBar: TProgressBar
  49.     Left = 8
  50.     Top = 56
  51.     Width = 377
  52.     Height = 10
  53.     Min = 0
  54.     Max = 100
  55.     TabOrder = 1
  56.   end
  57.   object StopButton: TButton
  58.     Left = 159
  59.     Top = 88
  60.     Width = 75
  61.     Height = 22
  62.     Hint = 'Stop decode process'
  63.     Caption = 'Stop'
  64.     ParentShowHint = False
  65.     ShowHint = True
  66.     TabOrder = 2
  67.     OnClick = StopButtonClick
  68.   end
  69.   object smlFormLangRes: TsmlFormLangRes
  70.     LangFileName = 'DefLang.ini'
  71.     IgnoreEmptyString = True
  72.     AutoCreateMode = True
  73.     AddBracket = True
  74.     StringProperties.Strings = (
  75.       'Caption'
  76.       'Hint')
  77.     StringsProperties.Strings = (
  78.       'Tabs'
  79.       'Items')
  80.     IgnoreControls.Strings = (
  81.       'TotalLabel'
  82.       'CurrentTrackLabel')
  83.     IgnoreFormCaption = False
  84.     IncludeListViewItems = False
  85.     IncludeListViewHead = False
  86.     IncludeTreeViewItems = False
  87.     Active = False
  88.     Left = 8
  89.     Top = 80
  90.   end
  91.   object smlMsgLangRes: TsmlMsgLangRes
  92.     LangFileName = 'DefLang.ini'
  93.     IgnoreEmptyString = True
  94.     AutoCreateMode = True
  95.     AddBracket = True
  96.     MsgList.Strings = (
  97.       'Str1=Processed'
  98.       'Str2=Processing track')
  99.     Active = False
  100.     Left = 40
  101.     Top = 80
  102.   end
  103. end
  104.